home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 May / PCpro_2005_05.ISO / files / mut / 9430830 / client.swf / scripts / DefineButton2_137 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2004-12-15  |  236 b   |  13 lines

  1. on(press){
  2.    if(_root.director_info == "true")
  3.    {
  4.       trace("director_info jubidu");
  5.       getURL(_root.url_info,"");
  6.    }
  7.    else
  8.    {
  9.       trace("director_info nonono");
  10.       getURL(_root.url_info,"_blank");
  11.    }
  12. }
  13.